home *** CD-ROM | disk | FTP | other *** search
/ APDL Other Worlds / APDL Other Worlds Collection.iso / SF3000 / Extras / !SFskyedit / h / SFSFileInfo < prev    next >
Encoding:
Text File  |  2003-09-12  |  281 b   |  16 lines

  1. /*
  2.  *  SFskyedit - Star Fighter 3000 sky colours editor
  3.  *  File info window
  4.  *  Copyright (C) 2001  Chris Bazley
  5.  */
  6.  
  7. #ifndef SFSFileInfo_h
  8. #define SFSFileInfo_h
  9.  
  10. #include "toolbox.h"
  11.  
  12. extern ObjectId fileinfo_sharedid;
  13. extern void FileInfo_initialise(IdBlock *id_block);
  14.  
  15. #endif
  16.